home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
movies
/
collection.dir
/
00045_Script_45
< prev
next >
Wrap
Text File
|
1997-12-23
|
263b
|
12 lines
on exitFrame
global gEBitmap
global gEProtect
global gCDPATH
if gEProtect = "1" then
newBitmap (gCDPATH & "Graphics\"&gEBitmap,3)
else
newBitmap (the pathname & "Graphics\"&gEBitmap,3)
end if
set the blend of sprite(3) to 100
end